Skip to content

Fix async bug#8

Open
timoruppell wants to merge 28 commits intomainfrom
fix-async-bug
Open

Fix async bug#8
timoruppell wants to merge 28 commits intomainfrom
fix-async-bug

Conversation

@timoruppell
Copy link
Collaborator

@timoruppell timoruppell commented Nov 10, 2023

Describe your changes

This PR fixes an incorrect way to identify async functions and adds some other run time protections against the wrapper being called with incorrect arguments.

PR also includes (and makes obsolete) PR #5: small corrections to README and an updated LICENSE

Checklist before requesting a review

  • I have resolved any merge conflicts
  • I have run tests locally and they pass
  • I have linted and auto-formatted the code
  • If there is new or changed functionality, I have added/updated the tests
  • If there is new or changed functionality, I have added/updated the documentation

@codecov
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c7c7d5c) 100.00% compared to head (f56e48f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           19        28    +9     
  Branches         2         8    +6     
=========================================
+ Hits            19        28    +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timoruppell
Copy link
Collaborator Author

@rileyfiretail this has been validated by josh to work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants